public class RFIDWithISO14443A_NTAG
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
free()
�ͷ�rfidģ��
Release the RFID module |
static RFIDWithISO14443A_NTAG |
getInstance()
��ȡISO14443AЭ�����ʵ��
Get ISO1443A protocol instance. |
java.lang.String |
getVersion() |
boolean |
init()
��ʼ��rfidģ��
Initialize RFID module |
boolean |
isPowerOn()
判断设备是否上电
Detect whether device is powered on or not. |
int |
NTAG21XAuthen(byte[] jpassword) |
byte[] |
NTAG21XGetVersion() |
byte[] |
NTAG21XRead(int page) |
int |
NTAG21XWrite(int page,
byte[] jwdata) |
SimpleRFIDEntity |
request()
Ѱ��
Find card |
boolean |
rfidUpgrade(int packageCount,
int index,
int currSize,
byte[] data) |
public static RFIDWithISO14443A_NTAG getInstance() throws ConfigurationException
ConfigurationException - ���ô����쳣public boolean init()
public boolean free()
public SimpleRFIDEntity request()
public boolean rfidUpgrade(int packageCount,
int index,
int currSize,
byte[] data)
public byte[] NTAG21XGetVersion()
public int NTAG21XAuthen(byte[] jpassword)
public byte[] NTAG21XRead(int page)
public int NTAG21XWrite(int page,
byte[] jwdata)
public java.lang.String getVersion()
public boolean isPowerOn()